home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / znr092d.zip / ZNREADER.CFG < prev    next >
Text File  |  1993-03-27  |  4KB  |  98 lines

  1. # Zipnews Reader/Mailer Configuration File
  2.  
  3. # (Optional)  If specified, this is the directory to which the reader will
  4. #   make the current directory for the session.  If this not specified
  5. #   (commented out) the current directory when the reader is started will
  6. #   remain the current directory during the session.
  7. home       : e:\test
  8.  
  9. # The full pathname to your download directory (in which new ZipNews
  10. #   packets arrive)
  11. incoming   : f:\dx
  12.  
  13. # The full pathname of a directory in which you will keep various
  14. #  packets (.ZNS files) for later reference.
  15. storage  : e:\test\temp
  16.  
  17. # The full pathname of the directory in which follow-up and new newsgroup
  18. #   postings and outgoing mail items are stored until uploaded to the
  19. #   ZipNews Door.
  20. outgoing  : e:\test\temp
  21.  
  22. # The full pathname to your upload directory (in which compressed packets
  23. #   of your news postings and sent mail, *.PST files, are stored until
  24. #   sent.  (This could be the same as your download directory.)
  25. upload    : f:\dx
  26.  
  27. # The full pathname to the file name of your archival newsbase and
  28. #   associated indices are maintained.  This is where articles are sent
  29. #   when you hit the w key (Write to archive).
  30. newsbase  : e:\test\temp\newsbase
  31.  
  32. # The command for invoking your file compression/archiving utility.  Use full
  33. #   pathname if the executable is NOT in your PATH OR for speed in locating.
  34. compress   : c:\util\pkzip
  35.  
  36. # The command for your file decompression/unarchiving utility.  Use full
  37. #   pathname if the executable is NOT in your PATH OR for speed in locating.
  38. uncompress : c:\util\pkunzip
  39.  
  40. # The full pathname of your signature file (appended to your new postings)
  41. newssig: d:\waffle\user\jkilday\sig
  42.  
  43. # The full pathname of your mail signature file (appended to mail you write)
  44. mailsig: d:\waffle\user\jkilday\mailsig
  45.  
  46. # The command for your ASCII text editor.  Use full pathname if the executable
  47. #   is NOT in your PATH OR for speed in locating.
  48. editor: e:\kedit\kedit.exe
  49. #editor: c:\util\k.exe
  50.  
  51. # The command for your spell checker.  If enabled, this will be invoked on
  52. #  your prepared text should you hit the C (as in Checker) after leaving your
  53. #  editor.  The excellent ShareSpell (SPELL23D.ZIP) is recommended.
  54.  
  55. checker  : e:\kedit\ss.exe
  56.  
  57. # ReplyTo header specification.  RFC-822 compliant mailers will reference
  58. #  this header line if present, rather than the return path of your original.
  59. #  Use only if needed.  (Applies ONLY to REGISTERED version of ZipNews Reader)
  60.  
  61. replyto : jkilday@holonet.net
  62.  
  63. # Your login ID to the Waffle site OR ZipNews Door (FOR UNREGISTERED VERSIONS
  64. #  of the READER ONLY  --  This is NOT referenced by registered copies of
  65. #  of the ZipNews Reader.)
  66. username: jkilday
  67. #username: ffern
  68.  
  69. # Name of aliases file -- a file in which you can store your nicknames for
  70. #  frequently contacted people and their full Internet addresses.  A handy
  71. #  tool to help you "remember" those long Internet addresses.
  72.  
  73. aliases  : d:\waffle\user\jkilday\aliases.txt
  74.  
  75. # Site abbreviated name, used as filename for the .ZNS and .ZUP files.
  76. abbrev   : nlbbs
  77.  
  78. # Optional color spec for the message/article screen
  79. #
  80. # Valid values for Foreground colors:
  81. # BLACK, BLUE, GREEN, CYAN, RED, MAGENTA, BROWN, GREY
  82. #   plus the following "bright" (high intensity) colors:
  83. # WHITd, YELLOW, LBLUE, LGREEN, LCYAN, LRED, LMAGENTA
  84. article_fg : LCYAN
  85.  
  86. # Valid values for Background colors:
  87. # BLACK, BLUE, GREEN, CYAN, RED, MAGENTA, BROWN, LGREY
  88. article_bg : BLUE
  89.  
  90. # Quoted article text colors
  91. article_quote_fg: YELLOW
  92. article_quote_bg: BLUE
  93.  
  94. # News directories to be scanned (Required ONLY when used in LOCAL mode
  95. #  by Waffle system operators).  All others user may delete these lines
  96. #    Note: If multiple directories, list all. Separate by space.
  97. news : d:\news d:\waffle\local
  98.